home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / CDEF / conio.def next >
Text File  |  1996-04-02  |  369b  |  19 lines

  1. (* Copyright (c) xTech 1992,95.  All Rights Reserved *)
  2. <*+ CSTDLIB  *>
  3. <*+ NOHEADER *>
  4. <*+ M2EXTENSIONS *>
  5. <*+ M2ADDTYPES *>
  6. <*# IF __GEN_C__ THEN *>
  7. <*+ GENTYPEDEF *>
  8. <*# END *>
  9. DEFINITION MODULE [2] conio;
  10.  
  11. FROM SYSTEM IMPORT int;
  12.  
  13. PROCEDURE kbhit(): int;
  14. PROCEDURE getch(): int;
  15. PROCEDURE getche(): int;
  16. PROCEDURE putch(ch: int): int;
  17.  
  18. END conio.
  19.